home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / web_dev / files / jext-install.exe / {app} / bin / jre / CHANGES next >
Encoding:
Text File  |  2001-06-19  |  5.8 KB  |  179 lines

  1.               Java(TM) 2 Runtime Environment, Standard Edition
  2.                             Version 1.3.0_01
  3.  
  4.                 CHANGES
  5. ------------------------------------------------------------------------
  6.  
  7. This software is an update release of the new Java(TM) 2 Platform, 
  8. Standard Edition, (J2SE(TM)) version 1.3.0.  J2SE 1.3.0_01 contains 
  9. the following new enhancements for the Java Plug-in, that, among 
  10. other enhancements, will enable the Java Plug-in for Netscape 6. 
  11. Netscape 6, with Open JVM Integration (OJI), allows any JVM to be 
  12. used in conjunction with the browser. 
  13.  
  14. Sun's Java Plug-in enhancements are designed to work with OJI to 
  15. provide full applet support in Netscape 6 and to facilitate applet 
  16. migration from Netscape 4.x browsers to Netscape 6. 
  17.  
  18. In addition, this document mentions a versioning mechanism allowing 
  19. multiple JVMs to be deployed in the same environment.
  20.  
  21. For more information on Java Plug-in enhancements, see the Java 
  22. Plug-in documentation at 
  23.  
  24.    http://java.sun.com/j2se/1.3/docs/guide/plugin/ 
  25.  
  26.  
  27. JAVA PLUG-IN ENHANCEMENTS
  28. -------------------------
  29.  
  30. Unified Error and Warning Dialogs
  31.  
  32.   Based on com.sun.plugin.usability.DialogFactory, all error and 
  33.   warning messages will be displayed in a dialog box with a unified 
  34.   look and feel. 
  35.  
  36.   This will aid debugging of applets running in Netscape 6 via the 
  37.   Open JVM Interface (OJI). 
  38.  
  39. Enhanced Error Reporting
  40.  
  41.   Much more information about error conditions will be reported in 
  42.   this release. Previously, most errors faiedl silently, which made 
  43.   debugging difficult. As above, this will aid in applet debugging.
  44.  
  45. Enhanced Java Plug-in Exception Reporting
  46.  
  47.   Previously the Java Console had to be open to view a stack trace when 
  48.   exceptions occur. In this release, exceptions will be shown in a dialog 
  49.   box when the Java Console is not open. This feature may be disabled. 
  50.   As above, this will aid in applet debugging.
  51.  
  52. Enhanced Java Plug-in Tracing
  53.  
  54.   A Java Plug-in trace option (javaplugin.trace.option) will allow for 
  55.   fine-grained control of tracing. Previously there was no option when 
  56.   javaplugin.trace is turned on and messages can flood the Java Console. 
  57.   As above, this will aid in applet debugging.
  58.  
  59. Java Console Enhancement
  60.  
  61.   Java Console has been converted to use Swing GUI components, allowing 
  62.   unlimited message display; more debugging support (Run finalizers, 
  63.   Trigger garbage collection, Display memory usage ...) have been added; 
  64.   and an icon has been added to the Windows taskbar allowing the Java 
  65.   Console to be displayed at any time. As above, this will aid in applet 
  66.   debugging.
  67.  
  68. Enhanced Applet Progress Reporting
  69.  
  70.   Previously, applet status reporting was minimal in the applet (gray) 
  71.   box; this enhancement will provide much more detail about what is 
  72.   happening (init() method being called, JAR downloading, HTML 
  73.   caching ...). As above, this will aid in applet debugging. 
  74.  
  75. True Modal Dialog Support 
  76.  
  77.   Modal dialogs to not work correctly in the original J2SE 1.3.0 release. 
  78.   This release will fix it.
  79.  
  80. Delete Option for Cached Java Plug-in Files
  81.  
  82.   This option allows users to delete cached JAR and HTML files in 
  83.   the Java Plug-in.
  84.  
  85.  
  86. OJI FEATURES
  87. ------------
  88.  
  89. APPLET, EMBED AND OBJECT Tag Support in OJI
  90.  
  91.   OJI provides support so that applets using these tags will launch 
  92.   the Java Plug-in.
  93.  
  94. Java-JavaScript Bi-directional Communication
  95.  
  96.   This allows JavaScript access to the methods of applets, and it 
  97.   will allow Java full access to the Document Object Model (DOM) 
  98.   through JavaScript.
  99.  
  100. Caching Option
  101.  
  102.   So that Java Plug-in may perform its own caching, browser caching 
  103.   of Plug-in may be disabled.
  104.  
  105. Enable/Disable of Java Console
  106.  
  107.   OJI allows enabling/disabling of the Java Console through the 
  108.   Netscape 6 browser menu.
  109.  
  110. Enable/Disable Java
  111.  
  112.   OJI allows enabling/disabling Java through the Netscape 6 
  113.   browser menu.
  114.  
  115. Applet Lifecycle Change
  116.  
  117.   The shutdown sequence for Java Plug-in in OJI has the option to stop() 
  118.   and destroy() the Java Plug-in when leaving a page. Applied to applets, 
  119.   this eliminates problems associated with applets running in the 
  120.   background.
  121.  
  122. Proxy and Cookie Support
  123.  
  124.   Previously, Java Plug-in handled proxy and cookie support. OJI 
  125.   moves support to the browser.
  126.  
  127. Automatic Download
  128.  
  129.   Via its SmartUpdate mechanism, Netscape 6 supports automatic
  130.   download of Java Plug-in (JRE) if it is not present. 
  131.  
  132.  
  133. VERSION IDENTIFICATION
  134. ----------------------
  135.  
  136.   So that multiple JRE versions may be deployed in the same 
  137.   environment, every new or patch release of Java Plug-in will 
  138.   uniquely identify registry keys, files and other resources.
  139.  
  140.  
  141. BUG FIXES
  142. ---------
  143.  
  144. This release also contains fixes for the following bugs identified 
  145. in the original J2SE 1.3.0 release. More details on each of these 
  146. bugs can be found on the Java Developer Connection(SM) BugParade 
  147. web site by searching for the bug ID number.
  148.  
  149.    http://java.sun.com/jdc/bugParade/
  150.  
  151. 4339627   Java messages in Traditional Chinese partially show up 
  152.           as question mark  
  153.  
  154. 4346273   User interface text in plugin control panel unreadable 
  155.  
  156. 4333436   java.util.zip.ZipEntry returns null
  157.  
  158. 4337116   IME are illegally switched for GUI
  159.  
  160. 4332685   AbstractButton.getDisabledIcon cause VM to hang
  161.  
  162.  
  163. For for more information on J2SE 1.3.0, see the following.
  164.  
  165.    * Release notes for J2SE 1.3.0_01
  166.      http://java.sun.com/j2se/1.3/relnotes.html
  167.  
  168.    * J2SE documentation
  169.      http://java.sun.com/j2se/sdk/1.3/docs/index.html
  170.  
  171.    * Summary of New Features - Features added since J2SE 1.2.
  172.      http://java.sun.com/j2se/sdk/1.3/docs/relnotes/features.html
  173.  
  174.  
  175. -----------------------------------------------------------------------
  176. Copyright (c) 2000 Sun Microsystems(tm), Inc.
  177. 901 San Antonio Road, Palo Alto, CA 94303-4900
  178. All rights reserved.
  179.